home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia 1995 April / Informatica Multimedia CD - Epimundo.iso / DOS / ARCHIVE / ZIPART.ZIP / ZIPART.DOC < prev    next >
Encoding:
Text File  |  1991-03-10  |  4.8 KB  |  118 lines

  1.  
  2.                              ZIPART  Version 1.4
  3.                             Copyright (c) 1990-91
  4.                                 Thomas Gettys
  5.  
  6.  
  7.       What ZIPART does
  8.       ~~~~~~~~~~~~~~~~
  9.            ZIPART breaks a file  compressed with PKZIP into  a specified
  10.       number of files of approximately equal size (as determined by  the
  11.       compressed  file  sizes).
  12.  
  13.            The files generated  by ZIPART are  composed of entire  files
  14.       only, and are fully ZIP-compatible.  This means that all you  need
  15.       are PKZIP/PKUNZIP to process them.
  16.  
  17.  
  18.       Registration
  19.       ~~~~~~~~~~~~
  20.            ZIPART has been released as  shareware.  This means that  the
  21.       version you have is fully functional; no features are disabled nor
  22.       crippled in  any way.   It  also means  that if  you decide to use
  23.       ZIPART after the  evaluation period, a  licensing fee is  required
  24.       for continued use.
  25.  
  26.            Please  send  $10  (plus  $2  shipping  and  handling) to the
  27.       address listed below.   On receipt  of your registration  you will
  28.       receive a personalized copy of the most recent release of ZIPART.
  29.  
  30.       Address your check to: Tom Gettys
  31.                              700 Snowberry Ct.
  32.                              Lafayette, CO 80026
  33.  
  34.            You are welcome  and invited to  contact me regarding  change
  35.       requests, comments, bug reports, etc. at the above address, or  to
  36.       leave me a message on the MicroManiac!  BBS at (303) 673-9470.
  37.  
  38.  
  39.       Invocation of ZIPART
  40.       ~~~~~~~~~~~~~~~~~~~~
  41.       ZIPART [drive][path]FILENAME[.EXT] [PARTS]
  42.  
  43.            FILENAME is the name  of the source ZIP  file.  PARTS is  the
  44.       desired number of parts to split FILENAME into.
  45.  
  46.            The default  extension of  FILENAME is  ZIP, and  the default
  47.       value of PARTS is 2. FILENAME must be no longer than 7 characters,
  48.       and PARTS must be in the range 2 - 26.
  49.  
  50.            The ZIP  files created  by ZIPART  have the  same name as the
  51.       source file, followed by sequential letters, beginning with A. The
  52.       parts are placed  in the current  directory (not the  directory in
  53.       which FILENAME resides).  FILENAME will not be deleted by ZIPART.
  54.  
  55.            The  ZIP  files  created  by  ZIPART  will each have the same
  56.       banner as FILENAME, and any file comments will be retained.  Also,
  57.       any pathname information associated with the files within FILENAME
  58.       will be carried over into the generated files.
  59.  
  60.  
  61.       Usage Notes
  62.       ~~~~~~~~~~~
  63.            PKZIP must be  accessible by DOS  (i.e. on the  current PATH)
  64.       when ZIPART is invoked.
  65.  
  66.            There must be at least 2x(sizeof FILENAME) free disk space on
  67.       the drive that the parts  will be created.
  68.  
  69.            If an error  condition is detected  a descriptive message  is
  70.       generated and ZIPART terminates with a non-zero errorlevel,  which
  71.       may be tested within a BAT file using the ON ERRORLEVEL command.
  72.  
  73.  
  74.       History
  75.       ~~~~~~~
  76.       v1.4 - source ZIP files with embedded pathname information are
  77.              now processed correctly.
  78.  
  79.       v1.3 - can now handle any number of files within the source file!
  80.  
  81.       v1.2 - a check for sufficient disk space is made before executing
  82.            - more complete error detection/reporting
  83.  
  84.       v1.1 - added progress messages as ZIPART does its thing
  85.            - verifies PKZIP can be located on the DOS path
  86.            - reduced size of ZIPART.EXE by more than half (!)
  87.  
  88.       v1.0 - original release
  89.  
  90.                                ----
  91.  
  92.            PLEASE!  Show your  support for Shareware by  registering the
  93.       programs you actually use.   Thomas P. Gettys continues to  invest
  94.       considerable time in refining  this software, and he  depends upon
  95.       and needs your support.  Thank you!
  96.  
  97.  
  98.       Trial Use License:
  99.       ~~~~~~~~~~~~~~~~~~
  100.            ZIPART is NOT a public domain program.  It is Copyright 1990,
  101.       1991 by Thomas P. Gettys.  All rights reserved.
  102.  
  103.            This software and accompanying documentation are protected by
  104.       United  States  Copyright  law  and  also  by International Treaty
  105.       provisions.
  106.  
  107.            Thomas P. Gettys hereby grants  you a limited license to  use
  108.       this software for evaluation purposes  for a period not to  exceed
  109.       thirty (30) days.  If  you intend to continue using  this software
  110.       (and/or it's documentation) after  the thirty (30) day  evaluation
  111.       period, you MUST make a registration payment to Thomas P. Gettys.
  112.  
  113.            Using  this  software  after  the  thirty (30) day evaluation
  114.       period, without  registering the  software is  a violation  of the
  115.       terms of this limited license.
  116.  
  117.            PKZIP, PKUNZIP are registered trademarks of PKWare.
  118.